DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportAsyncLoading<T> Interface
Members

In This Topic
    ISupportAsyncLoading<T> Interface
    In This Topic
    Specifies a calling contract for collection that support asynchronous loading.
    Object Model
    ISupportAsyncLoading<T> Interface
    Syntax
    'Declaration
     
    Public Interface ISupportAsyncLoading(Of T) 
    public interface ISupportAsyncLoading<T> 
    Type Parameters
    T
    See Also